home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMFTPSERVER / TFRMFTPSERVER.txt
Encoding:
Text File  |  1999-04-29  |  5.3 KB  |  254 lines

  1. object frmFTPServer: TfrmFTPServer
  2.   Left = 313
  3.   Top = 169
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Internet Server Properties'
  7.   ClientHeight = 363
  8.   ClientWidth = 291
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object butOK: TButton
  23.     Left = 130
  24.     Top = 335
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object butCancel: TButton
  33.     Left = 211
  34.     Top = 335
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object PageControl1: TPageControl
  43.     Left = 5
  44.     Top = 6
  45.     Width = 281
  46.     Height = 312
  47.     ActivePage = tabServer
  48.     TabOrder = 2
  49.     object tabServer: TTabSheet
  50.       Caption = 'Server'
  51.       TabVisible = False
  52.       object lblName: TLabel
  53.         Left = 2
  54.         Top = 1
  55.         Width = 265
  56.         Height = 17
  57.         AutoSize = False
  58.         Caption = 'Server Name:'
  59.         WordWrap = True
  60.       end
  61.       object lblServer: TLabel
  62.         Left = 2
  63.         Top = 48
  64.         Width = 265
  65.         Height = 15
  66.         AutoSize = False
  67.         Caption = 'Server Address:'
  68.         WordWrap = True
  69.       end
  70.       object lblLogin: TLabel
  71.         Left = 2
  72.         Top = 91
  73.         Width = 265
  74.         Height = 15
  75.         AutoSize = False
  76.         Caption = 'Login:'
  77.         WordWrap = True
  78.       end
  79.       object lblPassword: TLabel
  80.         Left = 1
  81.         Top = 136
  82.         Width = 265
  83.         Height = 14
  84.         AutoSize = False
  85.         Caption = 'Password:'
  86.         WordWrap = True
  87.       end
  88.       object lblDir: TLabel
  89.         Left = 3
  90.         Top = 184
  91.         Width = 252
  92.         Height = 16
  93.         AutoSize = False
  94.         Caption = 'Default Directory:'
  95.         WordWrap = True
  96.       end
  97.       object lblPort: TLabel
  98.         Left = 4
  99.         Top = 232
  100.         Width = 64
  101.         Height = 13
  102.         Caption = 'Port Number:'
  103.       end
  104.       object Label1: TLabel
  105.         Left = 132
  106.         Top = 232
  107.         Width = 42
  108.         Height = 13
  109.         Caption = 'Timeout:'
  110.       end
  111.       object Label2: TLabel
  112.         Left = 190
  113.         Top = 252
  114.         Width = 40
  115.         Height = 13
  116.         Caption = 'Seconds'
  117.       end
  118.       object txtName: TEdit
  119.         Left = 2
  120.         Top = 19
  121.         Width = 265
  122.         Height = 21
  123.         HelpContext = 291
  124.         Font.Charset = DEFAULT_CHARSET
  125.         Font.Color = clBlack
  126.         Font.Height = -11
  127.         Font.Name = 'MS Sans Serif'
  128.         Font.Pitch = fpVariable
  129.         Font.Style = []
  130.         ParentFont = False
  131.         TabOrder = 0
  132.       end
  133.       object txtAddress: TEdit
  134.         Tag = 34
  135.         Left = 1
  136.         Top = 64
  137.         Width = 265
  138.         Height = 21
  139.         HelpContext = 292
  140.         Font.Charset = DEFAULT_CHARSET
  141.         Font.Color = clBlack
  142.         Font.Height = -11
  143.         Font.Name = 'MS Sans Serif'
  144.         Font.Pitch = fpVariable
  145.         Font.Style = []
  146.         ParentFont = False
  147.         TabOrder = 1
  148.       end
  149.       object txtLogin: TEdit
  150.         Tag = 36
  151.         Left = 0
  152.         Top = 107
  153.         Width = 265
  154.         Height = 21
  155.         HelpContext = 293
  156.         TabOrder = 2
  157.       end
  158.       object txtPassword: TEdit
  159.         Tag = 37
  160.         Left = 1
  161.         Top = 153
  162.         Width = 265
  163.         Height = 21
  164.         HelpContext = 294
  165.         PasswordChar = '*'
  166.         TabOrder = 3
  167.       end
  168.       object txtDirectory: TEdit
  169.         Tag = 35
  170.         Left = 2
  171.         Top = 203
  172.         Width = 265
  173.         Height = 21
  174.         HelpContext = 295
  175.         TabOrder = 4
  176.       end
  177.       object spinPort: TSpinEdit
  178.         Left = 3
  179.         Top = 248
  180.         Width = 53
  181.         Height = 26
  182.         HelpContext = 296
  183.         AutoSize = False
  184.         MaxValue = 0
  185.         MinValue = 0
  186.         TabOrder = 5
  187.         Value = 21
  188.       end
  189.       object spinTimeOut: TSpinEdit
  190.         Left = 132
  191.         Top = 248
  192.         Width = 53
  193.         Height = 26
  194.         HelpContext = 297
  195.         AutoSize = False
  196.         MaxValue = 60
  197.         MinValue = 1
  198.         TabOrder = 6
  199.         Value = 10
  200.       end
  201.       object chkAlive: TCheckBox
  202.         Left = 4
  203.         Top = 279
  204.         Width = 137
  205.         Height = 17
  206.         HelpContext = 298
  207.         Caption = 'Keep connection alive'
  208.         TabOrder = 7
  209.       end
  210.     end
  211.     object tabAdvance: TTabSheet
  212.       Caption = 'Advanced'
  213.       Enabled = False
  214.       TabVisible = False
  215.       object grpAdvanced: TGroupBox
  216.         Left = 4
  217.         Top = 8
  218.         Width = 264
  219.         Height = 54
  220.         Caption = 'Advanced Server Details'
  221.         TabOrder = 0
  222.         Visible = False
  223.         object chkPASV: TCheckBox
  224.           Left = 29
  225.           Top = 24
  226.           Width = 97
  227.           Height = 17
  228.           Caption = 'Use PASV mode'
  229.           TabOrder = 0
  230.           Visible = False
  231.         end
  232.         object chkFireWall: TCheckBox
  233.           Left = 149
  234.           Top = 25
  235.           Width = 97
  236.           Height = 17
  237.           Caption = 'Use Firewall'
  238.           TabOrder = 1
  239.           Visible = False
  240.         end
  241.       end
  242.     end
  243.   end
  244.   object btnHelp: TButton
  245.     Left = 8
  246.     Top = 336
  247.     Width = 75
  248.     Height = 25
  249.     Caption = '&Help'
  250.     TabOrder = 3
  251.     OnClick = btnHelpClick
  252.   end
  253. end
  254.